From 8d6f769b1b7b2f7a36737750fdb1ba1fd8d5247a Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 16 Aug 2018 11:29:21 +0000 Subject: [PATCH] Update quilt patch to match upstream file. --- debian/patches/modify-configure.json-to-disable-neon.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/modify-configure.json-to-disable-neon.patch b/debian/patches/modify-configure.json-to-disable-neon.patch index 9769f836a..b4b20466a 100644 --- a/debian/patches/modify-configure.json-to-disable-neon.patch +++ b/debian/patches/modify-configure.json-to-disable-neon.patch @@ -12,8 +12,8 @@ Subject: Modify configure.json to disable neon. }, "neon": { "label": "NEON", -- "condition": "(arch.arm || arch.arm64) && tests.neon", -+ "condition": "(arch.arm64) && tests.neon", +- "condition": "(arch.arm || arch.arm64) && subarch.neon", ++ "condition": "(arch.arm64) && subarch.neon", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 } -- 2.30.2